Appliance Tls ManualParameters Global SetSpec
The Appliance Tls ManualParameters Global SetSpec schema contains the information about the TLS Profile.
This schema was added in vSphere API 8.0.3.0.
{
"protocol_versions": [
{
"version": "string",
"ciphers": [
"string"
]
}
],
"curves": [
"string"
],
"fips_enforced": false
}
Defines the list of TLS protocol version and their ciphers
This property was added in vSphere API 8.0.3.0.
Defines the TLS Profile curves in IANA form.
This property was added in vSphere API 8.0.3.0.
This property is deprecated as of vSphere API 9.0.0.0. in 9.0.0.0 and above all profiles are FIPS compliant, always @term true.
Indicates if FIPS 140-3 compliance is enforced for the TLS Profile.
This property was added in vSphere API 8.0.3.0.